org.eclipse.vtp.framework.media
Class ContentLoadingManager

java.lang.Object
  extended by org.eclipse.vtp.framework.media.ContentLoadingManager
All Implemented Interfaces:
IContentFactory

public class ContentLoadingManager
extends java.lang.Object
implements IContentFactory


Field Summary
static java.lang.String contentTypeExtensionId
           
 
Constructor Summary
ContentLoadingManager()
           
 
Method Summary
static ContentLoadingManager getInstance()
           
 Content loadContent(org.w3c.dom.Element contentElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentTypeExtensionId

public static final java.lang.String contentTypeExtensionId
See Also:
Constant Field Values
Constructor Detail

ContentLoadingManager

public ContentLoadingManager()
Method Detail

getInstance

public static ContentLoadingManager getInstance()

loadContent

public Content loadContent(org.w3c.dom.Element contentElement)
Specified by:
loadContent in interface IContentFactory